﻿CHARACTERS = {
	c:DUR = {
		create_character = {
			# Shah Shuja Durrani
			first_name = "Shuja"
			last_name = "Durrani"
			historical = yes
			ruler = yes
			age = 51
			culture = pashtun
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				arrogant
				imperious
				wrathful
				cruel
			}
			on_created = {
				set_variable = {
					name = is_shuja_var
				}				
			}
		}
		create_character = {
			# William 
			is_general = yes
			first_name = William
			last_name = Elphinstone
			historical = yes			
			birth_date = 1783.1.1
			ig_leader = yes
			interest_group = ig_armed_forces
			commander_rank = commander_rank_2
			culture = cu:british
			religion = rel:protestant
			ideology = ideology_royalist
			traits = {
				reserved
				ill
			}
			on_created = {
				set_variable = {
					name = is_elphinstone_var
				}				
			}
		}		

	}
			
}
